home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / comm / cpt152.zip / CPT.CFG < prev    next >
Text File  |  1996-05-16  |  2KB  |  59 lines

  1. ;
  2. ;          Configuration file for CPT.
  3. ;
  4. ;  Defining your unarchiver
  5. ;  ~~~~~~~~~~~~~~~~~~~~~~~~
  6. ;  1) Search the list of archive types below for the one(s) that you
  7. ;     use for your QWK packets.
  8. ;
  9. ;  2) Modify the command line so it matches what *you* use when
  10. ;     unarchiving your QWK packets.  Do NOT put the QWK name on
  11. ;     the sample command line!
  12. ;
  13. ;  3) If the program is not in your PATH, then you must include the path.
  14. ;     For example:  unarj = c:\arj\arj e
  15. ;
  16. ;  4) CPT only uses the "unqwk" command line if it cannot detect what
  17. ;     archiver was used to pack your QWK.  Modify it only if CPT uses it.
  18. ;
  19. unQWK = gus
  20. ;
  21. unARC = pkxarc
  22. unARJ = arj e -y
  23. unHAP = pah e
  24. unLHA = lha e
  25. unPAK = pak e /wa
  26. unRAR = rar e -std -bw
  27. unUC2 = uc e -f
  28. unZIP = pkunzip -# -o
  29. unZOO = zoo -extract
  30. ;
  31. ; Note: the "-#" switch for pkunzip is an undocumented switch for v2.x,
  32. ;       which suppresses *all* messages. This makes a cleaner display.
  33. ;
  34. ;
  35. ;  Validating user names
  36. ;  ~~~~~~~~~~~~~~~~~~~~~
  37. ; If you don't want CPT to validate the participant's names, then just
  38. ; set VALIDATE to FALSE.  CPT runs three checks when VALIDATE=TRUE:
  39. ;
  40. ;   1) CPT skips any message with NUL characters in the FROM field.
  41. ;   2) CPT skips any message with no characters in the FROM field.
  42. ;   3) CPT skips any message with a non-letter as the first character
  43. ;          in the FROM field.
  44. ;
  45. validate = TRUE
  46. ;
  47. ;
  48. ;  Tracking private messages
  49. ;  ~~~~~~~~~~~~~~~~~~~~~~~~~
  50. ; If "trackprivate" is set to "TRUE", CPT will track private messages
  51. ; as well as public.  Otherwise, CPT will skip private messages.
  52. ;
  53. ; Normally you want "trackprivate" to be FALSE, since only someone with
  54. ; sysop access can accurately track *everybody's* private messages.
  55. ;
  56. trackprivate = FALSE
  57. ;
  58. ; End of CPT.CFG
  59.